fetchUserSettings

@GET(value = "/api/rainbow/enduser/v1.0/users/{userId}/settings")
abstract suspend fun fetchUserSettings(@Path(value = "userId") userId: String): GenericDataResponse<UserSettingsResponse>